1 namespace MilkDairyManagementSystemCSharp
2 {
3     
partial class SearchAccount
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Windows Form Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             
this.components = new System.ComponentModel.Container();
32             
this.textBox1 = new System.Windows.Forms.TextBox();
33             
this.label3 = new System.Windows.Forms.Label();
34             
this.label2 = new System.Windows.Forms.Label();
35             
this.button1 = new System.Windows.Forms.Button();
36             
this.pictureBox1 = new System.Windows.Forms.PictureBox();
37             
this.dataGridView1 = new System.Windows.Forms.DataGridView();
38             
this.milkdairyDataSet2 = new MilkDairyManagementSystemCSharp.milkdairyDataSet2();
39             
this.acntBindingSource = new System.Windows.Forms.BindingSource(this.components);
40             
this.acntTableAdapter = new MilkDairyManagementSystemCSharp.milkdairyDataSet2TableAdapters.acntTableAdapter();
41             
this.idDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
42             
this.nameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
43             
this.addrDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
44             
this.mobileDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
45             
this.centerDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
46             ((System.ComponentModel.ISupportInitialize)(
this.pictureBox1)).BeginInit();
47             ((System.ComponentModel.ISupportInitialize)(
this.dataGridView1)).BeginInit();
48             ((System.ComponentModel.ISupportInitialize)(
this.milkdairyDataSet2)).BeginInit();
49             ((System.ComponentModel.ISupportInitialize)(
this.acntBindingSource)).BeginInit();
50             
this.SuspendLayout();
51             
//
52             
// textBox1
53             
//
54             
this.textBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
55             
this.textBox1.Location = new System.Drawing.Point(287, 92);
56             
this.textBox1.Name = "textBox1";
57             
this.textBox1.Size = new System.Drawing.Size(149, 22);
58             
this.textBox1.TabIndex = 48;
59             
//
60             
// label3
61             
//
62             
this.label3.AutoSize = true;
63             
this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
64             
this.label3.Location = new System.Drawing.Point(107, 95);
65             
this.label3.Name = "label3";
66             
this.label3.Size = new System.Drawing.Size(166, 16);
67             
this.label3.TabIndex = 47;
68             
this.label3.Text = "Enter Account Number";
69             
//
70             
// label2
71             
//
72             
this.label2.AutoSize = true;
73             
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
74             
this.label2.ForeColor = System.Drawing.Color.IndianRed;
75             
this.label2.Location = new System.Drawing.Point(241, 24);
76             
this.label2.Name = "label2";
77             
this.label2.Size = new System.Drawing.Size(159, 24);
78             
this.label2.TabIndex = 46;
79             
this.label2.Text = "Search Account";
80             
//
81             
// button1
82             
//
83             
this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
84             
this.button1.Location = new System.Drawing.Point(287, 146);
85             
this.button1.Name = "button1";
86             
this.button1.Size = new System.Drawing.Size(81, 28);
87             
this.button1.TabIndex = 55;
88             
this.button1.Text = "Search";
89             
this.button1.UseVisualStyleBackColor = true;
90             
this.button1.Click += new System.EventHandler(this.button1_Click);
91             
//
92             
// pictureBox1
93             
//
94             
this.pictureBox1.Image = global::MilkDairyManagementSystemCSharp.Properties.Resources.kashipara;
95             
this.pictureBox1.Location = new System.Drawing.Point(492, 9);
96             
this.pictureBox1.Name = "pictureBox1";
97             
this.pictureBox1.Size = new System.Drawing.Size(100, 50);
98             
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
99             
this.pictureBox1.TabIndex = 49;
100             
this.pictureBox1.TabStop = false;
101             
//
102             
// dataGridView1
103             
//
104             
this.dataGridView1.AutoGenerateColumns = false;
105             
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
106             
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
107             
this.idDataGridViewTextBoxColumn,
108             
this.nameDataGridViewTextBoxColumn,
109             
this.addrDataGridViewTextBoxColumn,
110             
this.mobileDataGridViewTextBoxColumn,
111             
this.centerDataGridViewTextBoxColumn});
112             
this.dataGridView1.DataSource = this.acntBindingSource;
113             
this.dataGridView1.Location = new System.Drawing.Point(28, 196);
114             
this.dataGridView1.Name = "dataGridView1";
115             
this.dataGridView1.Size = new System.Drawing.Size(545, 237);
116             
this.dataGridView1.TabIndex = 56;
117             
//
118             
// milkdairyDataSet2
119             
//
120             
this.milkdairyDataSet2.DataSetName = "milkdairyDataSet2";
121             
this.milkdairyDataSet2.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
122             
//
123             
// acntBindingSource
124             
//
125             
this.acntBindingSource.DataMember = "acnt";
126             
this.acntBindingSource.DataSource = this.milkdairyDataSet2;
127             
//
128             
// acntTableAdapter
129             
//
130             
this.acntTableAdapter.ClearBeforeFill = true;
131             
//
132             
// idDataGridViewTextBoxColumn
133             
//
134             
this.idDataGridViewTextBoxColumn.DataPropertyName = "Id";
135             
this.idDataGridViewTextBoxColumn.HeaderText = "Id";
136             
this.idDataGridViewTextBoxColumn.Name = "idDataGridViewTextBoxColumn";
137             
this.idDataGridViewTextBoxColumn.ReadOnly = true;
138             
//
139             
// nameDataGridViewTextBoxColumn
140             
//
141             
this.nameDataGridViewTextBoxColumn.DataPropertyName = "name";
142             
this.nameDataGridViewTextBoxColumn.HeaderText = "name";
143             
this.nameDataGridViewTextBoxColumn.Name = "nameDataGridViewTextBoxColumn";
144             
//
145             
// addrDataGridViewTextBoxColumn
146             
//
147             
this.addrDataGridViewTextBoxColumn.DataPropertyName = "addr";
148             
this.addrDataGridViewTextBoxColumn.HeaderText = "addr";
149             
this.addrDataGridViewTextBoxColumn.Name = "addrDataGridViewTextBoxColumn";
150             
//
151             
// mobileDataGridViewTextBoxColumn
152             
//
153             
this.mobileDataGridViewTextBoxColumn.DataPropertyName = "mobile";
154             
this.mobileDataGridViewTextBoxColumn.HeaderText = "mobile";
155             
this.mobileDataGridViewTextBoxColumn.Name = "mobileDataGridViewTextBoxColumn";
156             
//
157             
// centerDataGridViewTextBoxColumn
158             
//
159             
this.centerDataGridViewTextBoxColumn.DataPropertyName = "center";
160             
this.centerDataGridViewTextBoxColumn.HeaderText = "center";
161             
this.centerDataGridViewTextBoxColumn.Name = "centerDataGridViewTextBoxColumn";
162             
//
163             
// SearchAccount
164             
//
165             
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
166             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
167             
this.ClientSize = new System.Drawing.Size(605, 445);
168             
this.Controls.Add(this.dataGridView1);
169             
this.Controls.Add(this.button1);
170             
this.Controls.Add(this.pictureBox1);
171             
this.Controls.Add(this.textBox1);
172             
this.Controls.Add(this.label3);
173             
this.Controls.Add(this.label2);
174             
this.Name = "SearchAccount";
175             
this.Text = "SearchAccount";
176             
this.Load += new System.EventHandler(this.SearchAccount_Load);
177             ((System.ComponentModel.ISupportInitialize)(
this.pictureBox1)).EndInit();
178             ((System.ComponentModel.ISupportInitialize)(
this.dataGridView1)).EndInit();
179             ((System.ComponentModel.ISupportInitialize)(
this.milkdairyDataSet2)).EndInit();
180             ((System.ComponentModel.ISupportInitialize)(
this.acntBindingSource)).EndInit();
181             
this.ResumeLayout(false);
182             
this.PerformLayout();
183
184         }
185
186         
#endregion
187
188         
private System.Windows.Forms.PictureBox pictureBox1;
189         
private System.Windows.Forms.TextBox textBox1;
190         
private System.Windows.Forms.Label label3;
191         
private System.Windows.Forms.Label label2;
192         
private System.Windows.Forms.Button button1;
193         
private System.Windows.Forms.DataGridView dataGridView1;
194         
private milkdairyDataSet2 milkdairyDataSet2;
195         
private System.Windows.Forms.BindingSource acntBindingSource;
196         
private milkdairyDataSet2TableAdapters.acntTableAdapter acntTableAdapter;
197         
private System.Windows.Forms.DataGridViewTextBoxColumn idDataGridViewTextBoxColumn;
198         
private System.Windows.Forms.DataGridViewTextBoxColumn nameDataGridViewTextBoxColumn;
199         
private System.Windows.Forms.DataGridViewTextBoxColumn addrDataGridViewTextBoxColumn;
200         
private System.Windows.Forms.DataGridViewTextBoxColumn mobileDataGridViewTextBoxColumn;
201         
private System.Windows.Forms.DataGridViewTextBoxColumn centerDataGridViewTextBoxColumn;
202     }
203 }


Gõ tìm kiếm nhanh...